3.850 \(\int \frac{x^6}{\left (a-b x^2\right )^{5/4}} \, dx\)

Optimal. Leaf size=124 \[ -\frac{16 a^{5/2} \sqrt [4]{1-\frac{b x^2}{a}} E\left (\left .\frac{1}{2} \sin ^{-1}\left (\frac{\sqrt{b} x}{\sqrt{a}}\right )\right |2\right )}{3 b^{7/2} \sqrt [4]{a-b x^2}}+\frac{8 a x \left (a-b x^2\right )^{3/4}}{3 b^3}+\frac{20 x^3 \left (a-b x^2\right )^{3/4}}{9 b^2}+\frac{2 x^5}{b \sqrt [4]{a-b x^2}} \]

[Out]

(2*x^5)/(b*(a - b*x^2)^(1/4)) + (8*a*x*(a - b*x^2)^(3/4))/(3*b^3) + (20*x^3*(a -
 b*x^2)^(3/4))/(9*b^2) - (16*a^(5/2)*(1 - (b*x^2)/a)^(1/4)*EllipticE[ArcSin[(Sqr
t[b]*x)/Sqrt[a]]/2, 2])/(3*b^(7/2)*(a - b*x^2)^(1/4))

_______________________________________________________________________________________

Rubi [A]  time = 0.145109, antiderivative size = 124, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 4, integrand size = 16, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.25 \[ -\frac{16 a^{5/2} \sqrt [4]{1-\frac{b x^2}{a}} E\left (\left .\frac{1}{2} \sin ^{-1}\left (\frac{\sqrt{b} x}{\sqrt{a}}\right )\right |2\right )}{3 b^{7/2} \sqrt [4]{a-b x^2}}+\frac{8 a x \left (a-b x^2\right )^{3/4}}{3 b^3}+\frac{20 x^3 \left (a-b x^2\right )^{3/4}}{9 b^2}+\frac{2 x^5}{b \sqrt [4]{a-b x^2}} \]

Antiderivative was successfully verified.

[In]  Int[x^6/(a - b*x^2)^(5/4),x]

[Out]

(2*x^5)/(b*(a - b*x^2)^(1/4)) + (8*a*x*(a - b*x^2)^(3/4))/(3*b^3) + (20*x^3*(a -
 b*x^2)^(3/4))/(9*b^2) - (16*a^(5/2)*(1 - (b*x^2)/a)^(1/4)*EllipticE[ArcSin[(Sqr
t[b]*x)/Sqrt[a]]/2, 2])/(3*b^(7/2)*(a - b*x^2)^(1/4))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 19.4584, size = 109, normalized size = 0.88 \[ - \frac{16 a^{\frac{5}{2}} \sqrt [4]{1 - \frac{b x^{2}}{a}} E\left (\frac{\operatorname{asin}{\left (\frac{\sqrt{b} x}{\sqrt{a}} \right )}}{2}\middle | 2\right )}{3 b^{\frac{7}{2}} \sqrt [4]{a - b x^{2}}} + \frac{8 a x \left (a - b x^{2}\right )^{\frac{3}{4}}}{3 b^{3}} + \frac{2 x^{5}}{b \sqrt [4]{a - b x^{2}}} + \frac{20 x^{3} \left (a - b x^{2}\right )^{\frac{3}{4}}}{9 b^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**6/(-b*x**2+a)**(5/4),x)

[Out]

-16*a**(5/2)*(1 - b*x**2/a)**(1/4)*elliptic_e(asin(sqrt(b)*x/sqrt(a))/2, 2)/(3*b
**(7/2)*(a - b*x**2)**(1/4)) + 8*a*x*(a - b*x**2)**(3/4)/(3*b**3) + 2*x**5/(b*(a
 - b*x**2)**(1/4)) + 20*x**3*(a - b*x**2)**(3/4)/(9*b**2)

_______________________________________________________________________________________

Mathematica [C]  time = 0.0756344, size = 78, normalized size = 0.63 \[ -\frac{2 x \left (12 a^2 \sqrt [4]{1-\frac{b x^2}{a}} \, _2F_1\left (\frac{1}{4},\frac{1}{2};\frac{3}{2};\frac{b x^2}{a}\right )-12 a^2+2 a b x^2+b^2 x^4\right )}{9 b^3 \sqrt [4]{a-b x^2}} \]

Antiderivative was successfully verified.

[In]  Integrate[x^6/(a - b*x^2)^(5/4),x]

[Out]

(-2*x*(-12*a^2 + 2*a*b*x^2 + b^2*x^4 + 12*a^2*(1 - (b*x^2)/a)^(1/4)*Hypergeometr
ic2F1[1/4, 1/2, 3/2, (b*x^2)/a]))/(9*b^3*(a - b*x^2)^(1/4))

_______________________________________________________________________________________

Maple [F]  time = 0.074, size = 0, normalized size = 0. \[ \int{{x}^{6} \left ( -b{x}^{2}+a \right ) ^{-{\frac{5}{4}}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^6/(-b*x^2+a)^(5/4),x)

[Out]

int(x^6/(-b*x^2+a)^(5/4),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x^{6}}{{\left (-b x^{2} + a\right )}^{\frac{5}{4}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^6/(-b*x^2 + a)^(5/4),x, algorithm="maxima")

[Out]

integrate(x^6/(-b*x^2 + a)^(5/4), x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (-\frac{x^{6}}{{\left (b x^{2} - a\right )}{\left (-b x^{2} + a\right )}^{\frac{1}{4}}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^6/(-b*x^2 + a)^(5/4),x, algorithm="fricas")

[Out]

integral(-x^6/((b*x^2 - a)*(-b*x^2 + a)^(1/4)), x)

_______________________________________________________________________________________

Sympy [A]  time = 3.28378, size = 29, normalized size = 0.23 \[ \frac{x^{7}{{}_{2}F_{1}\left (\begin{matrix} \frac{5}{4}, \frac{7}{2} \\ \frac{9}{2} \end{matrix}\middle |{\frac{b x^{2} e^{2 i \pi }}{a}} \right )}}{7 a^{\frac{5}{4}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**6/(-b*x**2+a)**(5/4),x)

[Out]

x**7*hyper((5/4, 7/2), (9/2,), b*x**2*exp_polar(2*I*pi)/a)/(7*a**(5/4))

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x^{6}}{{\left (-b x^{2} + a\right )}^{\frac{5}{4}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^6/(-b*x^2 + a)^(5/4),x, algorithm="giac")

[Out]

integrate(x^6/(-b*x^2 + a)^(5/4), x)